ReqAddInfo

This operation enables the council to request the applicant to upload additional information to the Online Digital service from the council IT system.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
OrganisationID
required
string

The council LGA name or Private Certifier Organisation name to indicate where the request is originated from.

Request Body schema: application/json
requestDetails
required
string <= 512 characters

Short description of request

Array of objects (DownloadableDocument)
updatedByEmail
required
string <= 250 characters

User must be registered in the planning portal

Responses

Request samples

Content type
application/json
{
  • "requestDetails": "string",
  • "Documents": [
    ],
  • "updatedByEmail": "john.smith@gmail.com"
}